Raw Direct Site Detail

Fetch, update, or delete a direct site event by ID.

HTTP: GET | PUT | DELETE /external-data/direct-sites/{id}

Path parameters

NameTypeRequiredDescriptionExample
idintegeryesIdentifier from the pricestest.plalps table.3456

Query parameters

NameTypeRequiredDescriptionExample
datumstringnoTimestamp of the capture.2025-09-26 12:00:00
domainstringnoOwning domain.example-shop.cz
actionstringnoRecorded action.restock
dataidintegernoNumeric data identifier.3456
urlstringnoSource URL.https://example-shop.cz/stock/notification

Notes

Sample request

curl -H "Authorization: ApiKey YOUR_API_KEY" "https://admin.elpricing.com/api/external-data/direct-sites/{id}"

Interactive call

Path parameters

Note: This endpoint uses path parameters. Use the "Open API Endpoint" button above to test it properly.

Queue workflow

Tasks are persisted to var/api_queue/tasks.json. Process them with:

php go.php cron:list\nphp go.php cron:go

Logs are written to var/api_queue/logs/{task_id}.log.